ul.links li{
    float: left;
    line-height: 20px;
    margin: 0 10px;
    text-align: center;
}
.to_blog{
    display: block;
    height: 22px;
    width: 120px;
    background: url(img/button_to_blog.png) center no-repeat;
    color: #858585;
    font-size: 90%;
}
.to_blog a:link, .to_blog a:hover, .to_blog a:visited{
    color: #858585;
    text-decoration: none;
    border-bottom: 1px dotted;
}